runtime.mstats.heap_objects (field)
3 uses
runtime (current package)
mstats.go#L42: heap_objects uint64 // total number of allocated objects
mstats.go#L441: stats.HeapObjects = memstats.heap_objects
mstats.go#L595: memstats.heap_objects = memstats.nmalloc - memstats.nfree
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)